Autogenerated HTML docs for v1.7.6-345-g5c2f8
diff --git a/git-rebase.html b/git-rebase.html index a846835..8f9b10a 100644 --- a/git-rebase.html +++ b/git-rebase.html
@@ -418,10 +418,10 @@ <div class="verseblock-content"><em>git rebase</em> [-i | --interactive] [options] [--onto <newbase>] [<upstream>] [<branch>] <em>git rebase</em> [-i | --interactive] [options] --onto <newbase> - --root [<branch>]</div> + --root [<branch>] +<em>git rebase</em> --continue | --skip | --abort</div> <div class="verseblock-attribution"> </div></div> -<div class="paragraph"><p><em>git rebase</em> --continue | --skip | --abort</p></div> </div> <h2 id="_description">DESCRIPTION</h2> <div class="sectionbody"> @@ -449,7 +449,7 @@ <div class="paragraph"><p>It is possible that a merge failure will prevent this process from being completely automatic. You will have to resolve any such merge failure and run <tt>git rebase --continue</tt>. Another option is to bypass the commit -that caused the merge failure with <tt>git rebase --skip</tt>. To restore the +that caused the merge failure with <tt>git rebase --skip</tt>. To check out the original <branch> and remove the .git/rebase-apply working files, use the command <tt>git rebase --abort</tt> instead.</p></div> <div class="paragraph"><p>Assume the following history exists and the current branch is "topic":</p></div> @@ -658,7 +658,11 @@ </dt> <dd> <p> - Restore the original branch and abort the rebase operation. + Abort the rebase operation and reset HEAD to the original + branch. If <branch> was provided when the rebase operation was + started, then HEAD will be reset to <branch>. Otherwise HEAD + will be reset to where it was when the rebase operation was + started. </p> </dd> <dt class="hdlist1"> @@ -1484,7 +1488,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2011-04-28 22:25:18 UTC +Last updated 2011-07-23 00:49:30 UTC </div> </div> </body>